Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_lower
ctype_lower
Check lowercase characters
Name:
ctype_lower
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check lowercase characters
Related
Case Study of Using Attr_get in Database ORM Framework
10
Implementation of stripos application in product search function
9
Comparison of two arrays using array_chunk and array_diff_assoc
7
stmt_init best practices for using PHP exception handling mechanism
5
Similar Functions
ctype_lower
ctype_lower
Checklowercasecharac
ctype_space
ctype_space
Checkspacecharacters
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_digit
ctype_digit
Checknumericcharacte
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_graph
ctype_graph
Checkforanyprintable
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_alnum
ctype_alnum
Checkalphanumericcha
Popular Articles